home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 134 / PC Format DVD 2002.iso / Games / RenegadeMultiDemo106 / RenegadeMultiDemo106.exe / ALWAYS.DAT / input.ini < prev    next >
Encoding:
INI File  |  2002-02-13  |  6.9 KB  |  257 lines

  1. ;**********************************************************************
  2. ;
  3. ; INPUT.INI
  4. ;
  5. ; This .INI file defines all the functions mapped to key, buttons, 
  6. ; mice and joysticks.
  7. ;
  8. ;**********************************************************************
  9.  
  10. ; Debugging Settings
  11. [Input_Debug]
  12. Dump=false                    ; set to true to see all setting
  13.  
  14.  
  15. [Input_Settings]
  16. MouseSensitivity=0.05
  17. MousePower=1.5
  18.  
  19. ; list of function clamps not 1.0
  20. [Input_Clamp_Overrides]
  21. TurnLeft=5
  22. TurnRight=5
  23.  
  24. ;
  25. ; All Game modes of the input system
  26. ;
  27. [Input_Modes]
  28. 0=Combat_Mode_States
  29. 1=Menu_Mode_States
  30.  
  31.  
  32. ;**********************************************************************
  33. ;**                           Accelerated Keys                       **  
  34. ;**********************************************************************
  35. [Input_Accelerated_Keys]
  36. 0=Acc_TurnLeft
  37. 1=Acc_TurnRight
  38. 2=Acc_VehicleTurnLeft
  39. 3=Acc_VehicleTurnRight
  40.  
  41. [Acc_TurnLeft]
  42. Function=TurnLeft
  43. KeyState=Left_Key_Held
  44. Min=3
  45. Max=3
  46. Acceleration=0.4
  47.  
  48. [Acc_TurnRight]
  49. Function=TurnRight
  50. KeyState=Right_Key_Held
  51. Min=3
  52. Max=3
  53. Acceleration=0.4
  54. [Acc_VehicleTurnLeft]
  55. Function=VehicleTurnLeft
  56. KeyState=A_Key_Held
  57. Min=0
  58. Max=1
  59. Acceleration=1.25
  60.  
  61. [Acc_VehicleTurnRight]
  62. Function=VehicleTurnRight
  63. KeyState=D_Key_Held
  64. Min=0
  65. Max=1
  66. Acceleration=1.25
  67.  
  68. ;**********************************************************************
  69. ;**                            Combat Mode                           **  
  70. ;**********************************************************************
  71. [Combat_Mode_States]
  72. 0=Combat_No_Modifier
  73. 1=Debug_F9_Modifier
  74. 2=Sniper_Alt_Modifier
  75.  
  76. ;**********************************************************************
  77. ;**                          Base Combat Mode                        **  
  78. ;**********************************************************************
  79. [Combat_No_Modifier]
  80.  
  81. ; Basic Movement    --     MoveForward, MoveBackward, MoveLeft, MoveRight, WalkMode
  82. Up_Key_Held=MoveForward
  83. Down_Key_Held=MoveBackward
  84.  
  85. Space_Bar_Key_Held=MoveUp
  86. C_Key_Held=MoveDown
  87.  
  88. W_Key_Held=MoveForward
  89. S_Key_Held=MoveBackward
  90. A_Key_Held=MoveLeft
  91. D_Key_Held=MoveRight
  92.  
  93. Joystick_Left=VehicleTurnLeft    ; joystick inputs, configured for a steering wheel
  94. Joystick_Right=VehicleTurnRight
  95. Joystick_Up=MoveForward
  96. Joystick_Down=MoveBackward
  97.  
  98. Shift_Key_Held=WalkMode
  99.  
  100. ; Actions -- Ladder, Jump, Crouch, TurnAround
  101. Space_Bar_Key_Hit=Jump
  102. C_Key_Hit=Crouch
  103. E_Key_Hit=Action
  104. X_Key_Hit=TurnAround
  105.  
  106. ; Dives    -- DiveForward, DiveBackward, DiveLeft, DiveRight
  107. ;W_Key_Double=DiveForward
  108. ;S_Key_Double=DiveBackward
  109. ;A_Key_Double=DiveLeft
  110. ;D_Key_Double=DiveRight
  111.  
  112. ; Weapon Control -- WeaponUp, WeaponDown, WeaponLeft, Weapon Right, WeaponReset
  113. Mouse_Up=WeaponDown
  114. Mouse_Down=WeaponUp
  115. Mouse_Left=WeaponLeft
  116. Mouse_Right=WeaponRight
  117. Home_Key_Hit=WeaponReset
  118.  
  119. 0_Key_Hit=SelectWeapon0
  120. 1_Key_Hit=SelectWeapon1
  121. 2_Key_Hit=SelectWeapon2
  122. 3_Key_Hit=SelectWeapon3
  123. 4_Key_Hit=SelectWeapon4
  124. 5_Key_Hit=SelectWeapon5
  125. 6_Key_Hit=SelectWeapon6
  126. 7_Key_Hit=SelectWeapon7
  127. 8_Key_Hit=SelectWeapon8
  128. 9_Key_Hit=SelectWeapon9
  129.  
  130. ; Weapons  --  NextWeapon, PrevWeapon, FireWeapon, UseWeapon, ReloadWeapon
  131. R_Key_Hit=ReloadWeapon
  132. Enter_Key_Hit=NextWeapon
  133. Equals_Key_Hit=NextWeapon
  134. Minus_Key_Hit=PrevWeapon
  135. ;Mouse_Wheel_Forward=NextWeapon
  136. ;Mosue_Wheel_Backward=PrevWeapon
  137.  
  138. Left_Mouse_Button_Held=FireWeaponPrimary
  139. Right_Mouse_Button_Held=FireWeaponSecondary
  140. Right_Mouse_Button_Hit=UseWeapon
  141.  
  142. ; HUD -- HudZoomRadarIn, HudZoomRadarOut
  143. Y_Key_Hit=HudZoomRadarIn
  144. U_Key_Hit=HudZoomRadarOut
  145.  
  146. ; Messages -- BeginPublicMessage, BeginTeamMessage, BeginPrivateMessage, BeginConsole
  147. F2_Key_Hit=BeginPublicMessage
  148. F3_Key_Hit=BeginTeamMessage
  149. F4_Key_Hit=BeginPrivateMessage
  150. F8_Key_Hit=BeginConsole
  151. Grave_Key_Hit=BeginConsole
  152.  
  153. ; MISC
  154. P_Key_Hit=Panic
  155. V_Key_Held=CursorTargeting
  156. F_Key_Hit=FirstPersonToggle
  157.  
  158. ; Debug
  159. F1_Key_Hit=VerboseHelp
  160. F7_Key_Held=DebugRapidMove
  161.  
  162. ; In game eva
  163. Tab_Key_Hit=EvaMissionObjectives
  164.  
  165. ; Screen Capture
  166. Sys_Req_Key_Hit=MakeScreenShot
  167. Scroll_Lock_Key_Hit=ToggleSnapShotMode
  168. Break_Key_Hit=SnapShotAdvance
  169.  
  170. ; C&C Buy Key
  171. B_Key_Hit=CNC
  172.  
  173. ;**********************************************************************
  174. ;**                               Debug                              **  
  175. ;**********************************************************************
  176.  
  177. [Debug_F9_Modifier]
  178. ActivateButton=F9_Key_Held
  179. Right_Key_Held=CameraHeadingLeft    
  180. Left_Key_Held=CameraHeadingRight
  181.  
  182. Up_Key_Held=CameraDistDec            ; (gth) changed these to match the cameras.ini settings
  183. Down_Key_Held=CameraDistInc        
  184. Keypad_8_Key_Held=CameraTransTiltInc        
  185. Keypad_2_Key_Held=CameraTransTiltDec    
  186. Keypad_7_Key_Held=CameraFOVInc        
  187. Keypad_1_Key_Held=CameraFOVDec        
  188. Keypad_9_Key_Held=CameraHeightInc
  189. Keypad_3_Key_Held=CameraHeightDec
  190. Keypad_Minus_Key_Held=CameraViewTiltInc
  191. Keypad_Plus_Key_Held=CameraViewTiltDec
  192.  
  193. 9_Key_Hit=ToggleSnapShotMode
  194.  
  195. Keypad_4_Key_Held=DebugFarClipOut
  196. Keypad_6_Key_Held=DebugFarClipIn
  197. F11_Key_Hit=QuickFullExit
  198. 1_Key_Hit=DebugSingleStep
  199. 2_Key_Hit=DebugSingleStepStep
  200. O_Key_Hit=TogglePerformanceSampling
  201. F5_Key_Hit=GenericDebug0
  202. F6_Key_Hit=GenericDebug1
  203. S_Key_Hit=ServerQuickStart
  204. C_Key_Hit=ClientQuickStart
  205. 3_Key_Hit=MakeScreenShot
  206. 4_Key_Hit=ToggleMovieCapture
  207. 7_Key_Hit=IncrementDebugSwitch1
  208. 8_Key_Hit=IncrementDebugSwitch2
  209.  
  210. ;**********************************************************************
  211. ;**                               Sniper Mode                        **  
  212. ;**********************************************************************
  213.  
  214. [Sniper_Alt_Modifier]
  215. ActivateButton=Control_Key_Held
  216. W_Key_Held=ZoomIn
  217. S_Key_Held=ZoomOut
  218. Mouse_Wheel_Forward=ZoomIn
  219. Mouse_Wheel_Backward=ZoomOut
  220.  
  221. ;**********************************************************************
  222. ;**                             Menu Mode                            **  
  223. ;**********************************************************************
  224. [Menu_Mode_States]
  225. 0=Menu_No_Modifier
  226.  
  227. [Menu_No_Modifier]
  228. Escape_Key_Hit=MenuToggle
  229. Up_Key_Hit=MenuUp
  230. Down_Key_Hit=MenuDown
  231. Enter_Key_Hit=MenuSelect
  232. Left_Key_Held=MenuDecrease
  233. Right_Key_Held=MenuIncrease
  234.  
  235. ;**********************************************************************
  236. ;**                             Profile                              **  
  237. ;**********************************************************************
  238.  
  239. Keypad_0_Key_Hit=ProfileEnterChild0
  240. Keypad_1_Key_Hit=ProfileEnterChild1
  241. Keypad_2_Key_Hit=ProfileEnterChild2
  242. Keypad_3_Key_Hit=ProfileEnterChild3
  243. Keypad_4_Key_Hit=ProfileEnterChild4
  244. Keypad_5_Key_Hit=ProfileEnterChild5
  245. Keypad_6_Key_Hit=ProfileEnterChild6
  246. Keypad_7_Key_Hit=ProfileEnterChild7
  247. Keypad_8_Key_Hit=ProfileEnterChild8
  248. Keypad_9_Key_Hit=ProfileEnterChild9
  249.  
  250. Keypad_Period_Key_Hit=ProfileEnterParent
  251. Keypad_Plus_Key_Hit=ProfileReset
  252.  
  253.  
  254. ;**********************************************************************
  255. ;**********************************************************************
  256. ;**********************************************************************
  257.